
Product name: PHP Radio Database
Author: George Damian - ”ic0de” (QwebDev.eu)
Release date: 12/7/2013
Last update: 12/20/2015
Product link: PHP Radio Database
Version: 1.4
Product link: http://codecanyon.net/item/php-radio-stations-database/5163761

==============================How to update===============================

*Note: Before the update, you should make a backup of your files, in case of anything goes
wrong in the updating process.

=> [Update to 1.4]

Because of the major changes that were made to the script
you either have to perform a fresh install or to manually
replace the following files:


categories.php
countries.php
index.php
search.php
php/config.php
php/footer.php
php/functions.php
php/navbar.css
css/custom.css [NEW]
jplayer.blue.monday.css [NEW]
js/jquery.jplayer.min.js [NEW]
js/app.js [NEW]
swf/* [NEW]

=> [Update to 1.3]

In order to update from 1.2 to 1.3, you will have either to replace the following files:

categories.php
countries.php
index.php
search.php
php/config.php
php/functions.php
php/header.php
php/footer.php

=> [Update to 1.2]

In order to update from 1.X to 1.2, you will have either to replace the following files:
categories.php, countries.php, index.php, search.php , or to edit the following files as:

      ---------------------------------> index.php <----------------------

Replace the line 90, with this line:

$count = json_decode(get('http://api.dirble.com/v1/amountStation/apikey/' . $api_key));

      ---------------------------------> search.php <----------------------

Replace the line 24, with this line:

$data = json_decode(get('http://api.dirble.com/v1/search/apikey/'.$api_key.'/search/' . $q));


      ---------------------------------> categories.php <----------------------

Replace the line 70, with this line:

$data = json_decode(get('http://api.dirble.com/v1/stations/apikey/'.$api_key.'/id/' . $id)); 

      ---------------------------------> countries.php <----------------------

Replace the line 30, with this line:

$data = json_decode(get('http://api.dirble.com/v1/country/apikey/'. $api_key .'/country/' . $code));


==========================================================================
